tools: (lib)xl: remove stray uses of build_info->u.pv.{kernel, ramdisk, cmdline}
authorIan Campbell <ian.campbell@citrix.com>
Thu, 28 Aug 2014 20:25:21 +0000 (21:25 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 28 Aug 2014 20:48:20 +0000 (21:48 +0100)
commit19bb008e393b17ad020b97ab82ad55df4bbe9451
treea43bb9638b79537ff1d2d995a5f4756571d36a88
parent3ea2ba980afe7356c613c8e1ba00d223d1c25412
tools: (lib)xl: remove stray uses of build_info->u.pv.{kernel, ramdisk, cmdline}

The commit 11dffa2359e8 "xen: pass kernel initrd to qemu" deprecated these in
favour of build_info->{kernel,ramdisk,cmdline} but missed a couple of uses.

The ARM case breaks guest boot by omitting the command line from the DTB while
the xl SXP one is mostly cosmetic.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Chunyan Liu <cyliu@suse.com>
Reviewed-by: Julien Grall <julien.grall@linaro.org>
tools/libxl/libxl_arm.c
tools/libxl/xl_sxp.c